Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@libp2p/interface-peer-id
Advanced tools
Peer Identifier interface for libp2p
$ npm i @libp2p/interface-peer-id
The primary goal of this module is to enable developers to implement PeerId modules. This module and test suite was heavily inspired by earlier implementation of PeerId.
Publishing a test suite as a module lets multiple modules all ensure compatibility since they use the same test suite.
The API is presented with both Node.js and Go primitives, however, there is not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through different stacks.
Send a PR to add a new one if you happen to find or write one.
Include this badge in your readme if you make a new module that uses interface-peer-id API.
Install libp2p-interfaces-compliance-tests
as one of the development dependencies of your project and as a test file. Then, using mocha
(for JavaScript) or a test runner with compatible API, do:
const tests = require('libp2p-interfaces-compliance-tests/peer-id')
describe('your peer id', () => {
// use all of the test suits
tests({
setup () {
return YourPeerIdFactory
},
teardown () {
// Clean up any resources created by setup()
}
})
})
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
Peer Identifier interface for libp2p
The npm package @libp2p/interface-peer-id receives a total of 17,421 weekly downloads. As such, @libp2p/interface-peer-id popularity was classified as popular.
We found that @libp2p/interface-peer-id demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.